body
{
	/* background: #eeeedd; */
	font-family: "Trebuchet MS",Verdana,"Lucida Grande",Arial,Helvetica,sans-serif;
	color: black;
	background-color: #FFFFFF;
	background-attachment: fixed;
	font-size: small;
	line-height: 1.5em;
}

#leftnav
{
	float:left;
	width:180px;
}

#content
{
	margin-left: 185px;
}

div.floatthirds
{
	float: left;
	width: 33%;
	height: 100%;
	overflow: auto;
	margin-bottom: 10px;
}


h1, h2
{
	color: #006699;
	background: transparent;
	font-weight: bold;
	/* text-align: center; */
}

h3, h4, h5
{
	color: #006699;
	background: transparent;
	font-weight: bold;
	margin-left: 1%;
}


a.h3link:link {font-size: 1em; color: #006699; font-weight: bold; margin-left: 1%;}

a.h3link:visited {font-size: 1em; color: #006699; font-weight: bold; margin-left: 1%;}

a.h3link:hover {font-size: 1em; color: #ff9966; font-weight: bold; margin-left: 1%;}

a.h3link:active {font-size: 1em; color: #006699; font-weight: bold; margin-left: 1%;}




p
{
	/*font-size: small;*/
	margin-left: 3%;
	margin-right: 3%; 
}

ul, ol, dl
{
	font-size: small;
	margin-left: 3%;
	margin-right: 3%;
	/*	padding-left: 6%;
	padding-right: 6%;
	list-style-type: default;
	list-style-position: inside; */
}


p.underdev
{
	font-size: xx-small;
	margin-left: 5%;
	margin-right: 5%;
}

p.timestamp
{
	font-size: x-small;
	font-style: italic;
}


/* ul ul, table ol, table ul { margin-right: 1%; } */

code { font-size: larger; }

pre
{
	margin-left: 5%;
	white-space: pre;
}

blockquote
{
	margin-left: 8%;
	margin-right: 8%;
	border: thin ridge #9EA6C9;
}

dt a
{
	font-weight: bold;
	margin-top: .8em;
}

a:link
{
	color: #000066;
	background: transparent;
}

a:hover
{
	color: #0000CC;
	background: transparent;
}

a:visited
{
	color: #000033;
	background: transparent;
}

a:active
{
	color: #0066FF;
	background: transparent;
}

.fine
{
	font-size: 85%;
}

.note
{
	font-size: 85%;
	margin-left: 10%;
}

.toolbar { text-align: center; }
.toolbar IMG { float: right; }

/*
@media  print {
  input#toggler, .toolbar { display: none }
}
*/